EmotionRating

fun EmotionRating(dailyEntry: DailyEvaluationEntry, updateIntensity: (Float, Int) -> Unit)

Composable that displays a card allowing the user to rate the intensity of the emotions they selected. Users can slide a scale from 1-10 to indicate how strongly they are feeling each emotion.

Parameters

dailyEntry

The current daily evaluation entry containing user responses.

updateIntensity

A function to update the intensity of a selected emotion.